forum

home / developersection / forums / split a string with any whitespace chars as delimiters?

Split a string with any whitespace chars as delimiters?

Anonymous User 2026 11-Aug-2015
What regex pattern would need I to pass to the java.lang.String.split() method to split a String into an Array of substrings using all whitespace characters (' ', '\t', '\n', etc.) as delimiters?

Updated on 12-Aug-2015

I am a content writter !

Can you answer this question?

Answer

1 Answers

Liked By